public interface CiscoMultiMediaConnectionMode
CiscoMultiMediaConnectionMode
interface lists all of the
multi media connection modes.Modifier and Type | Field and Description |
---|---|
static int |
INACTIVE
There is no active transmit or receive channel.
|
static int |
RECEIVE_ONLY
Only the receive channel is active.
|
static int |
TRANSMIT_AND_RECEIVE
Both the transmit and the receive channels are active.
|
static int |
TRANSMIT_ONLY
Only the transmit channel is active.
|
static final int RECEIVE_ONLY
static final int TRANSMIT_ONLY
static final int TRANSMIT_AND_RECEIVE
static final int INACTIVE